home *** CD-ROM | disk | FTP | other *** search
- /*
- pdl global values for appletalk and ip
- */
-
- /*
- special functions
- */
- #define RTMPidpad 0
-
-
- /*
- name pdl registers
- */
- #define t0 1 /* a temporary */
- #define t1 2
- #define ddp_type 3 /* ddp type (loaded for both short and long ddps) */
- #define proto 4 /* holds protocol gosub address */
- #define zipcount 5 /* zone info protocol repeat count */
- #define ip_type 6 /* ip packet type */
-
- /*
- name pdl counters
- */
- #define lap_cntr 1 /*lap protocol type*/
- #define ddp_cntr 2 /*ddp protocol type*/
- #define ip_cntr 3 /*ip protocol type*/
- #define misc_cntr 4 /*names for errors and misc counters*/
-
-